projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65b0140
)
* net/tramp.el (tramp-dissect-file-name): Raise an error when
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 26 Jan 2008 14:54:55 +0000
(14:54 +0000)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 26 Jan 2008 14:54:55 +0000
(14:54 +0000)
Tramp 2.0 syntax is used. Suggested by Trent W. Buck
<trentbuck@gmail.com>.
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 4aa092ad70406b5f3c64d4889db591cefff76f88..9fba537f006fe540069a32c357dd557160fee236 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-6663,6
+6663,10
@@
values."
(user (match-string (nth 2 tramp-file-name-structure) name))
(host (match-string (nth 3 tramp-file-name-structure) name))
(localname (match-string (nth 4 tramp-file-name-structure) name)))
+ (when (member method '("multi" "multiu"))
+ (error
+ "`%s' method is no longer supported, see (info \"(tramp)Multi-hops\")"
+ method))
(if nodefault
(vector method user host localname)
(vector